home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TADDBATCHFORM / TADDBATCHFORM.txt < prev   
Text File  |  2005-05-01  |  17KB  |  729 lines

  1. object AddBatchForm: TAddBatchForm
  2.   Left = 257
  3.   Top = 217
  4.   ActiveControl = edRuleName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Rules Batch'
  7.   ClientHeight = 353
  8.   ClientWidth = 492
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Wiz: TDelphiWizard
  23.     Left = 0
  24.     Top = 296
  25.     Width = 492
  26.     Height = 57
  27.     EnableHelp = False
  28.     NoteBook = Notebook
  29.     BackCaption = '< &Back'
  30.     NextCaption = '&Next >'
  31.     AbortCaption = '&Cancel'
  32.     ReadyCaption = '&Finish'
  33.     HelpCaption = '&Help'
  34.     OnEndClick = WizEndClick
  35.     OnPageChange = WizPageChange
  36.     OnPageChanging = WizPageChanging
  37.   end
  38.   object Notebook: TNotebook
  39.     Left = 0
  40.     Top = 57
  41.     Width = 492
  42.     Height = 239
  43.     Align = alClient
  44.     TabOrder = 1
  45.     object TPage
  46.       Left = 0
  47.       Top = 0
  48.       Caption = 'GENERAL'
  49.       object rgFilterDirection: TRadioGroup
  50.         Left = 46
  51.         Top = 85
  52.         Width = 300
  53.         Height = 57
  54.         Caption = 'Traffic Direction'
  55.         Columns = 3
  56.         ItemIndex = 2
  57.         Items.Strings = (
  58.           'Incoming'
  59.           'Outgoing'
  60.           'Either')
  61.         TabOrder = 1
  62.       end
  63.       object rgTransferRate: TGroupBox
  64.         Left = 45
  65.         Top = 149
  66.         Width = 300
  67.         Height = 76
  68.         Caption = 'Transfer Rate Limit'
  69.         TabOrder = 2
  70.         object cmbRate: TComboBox
  71.           Left = 16
  72.           Top = 43
  73.           Width = 265
  74.           Height = 21
  75.           DropDownCount = 12
  76.           ItemHeight = 13
  77.           TabOrder = 2
  78.         end
  79.         object rbBytes: TRadioButton
  80.           Left = 94
  81.           Top = 17
  82.           Width = 66
  83.           Height = 17
  84.           Caption = 'Bytes/sec'
  85.           Checked = True
  86.           TabOrder = 0
  87.           TabStop = True
  88.           OnClick = rbBytesClick
  89.         end
  90.         object rbBits: TRadioButton
  91.           Left = 168
  92.           Top = 17
  93.           Width = 57
  94.           Height = 17
  95.           Caption = 'Bit/sec'
  96.           TabOrder = 1
  97.           OnClick = rbBitsClick
  98.         end
  99.         object rbQuota: TRadioButton
  100.           Left = 232
  101.           Top = 17
  102.           Width = 57
  103.           Height = 17
  104.           Caption = 'Quota'
  105.           TabOrder = 3
  106.           OnClick = rbQuotaClick
  107.         end
  108.       end
  109.       object GroupBox1: TGroupBox
  110.         Left = 46
  111.         Top = 14
  112.         Width = 299
  113.         Height = 64
  114.         Caption = 'Base Rule Name'
  115.         TabOrder = 0
  116.         object edRuleName: TEdit
  117.           Left = 11
  118.           Top = 28
  119.           Width = 274
  120.           Height = 21
  121.           TabOrder = 0
  122.         end
  123.       end
  124.     end
  125.     object TPage
  126.       Left = 0
  127.       Top = 0
  128.       Caption = 'OPTIONS'
  129.       object Label3: TLabel
  130.         Left = 26
  131.         Top = 11
  132.         Width = 311
  133.         Height = 13
  134.         Caption = 
  135.           'Please select a protocol and a network interface to apply the ru' +
  136.           'les'
  137.       end
  138.       object gbProtocol: TGroupBox
  139.         Left = 37
  140.         Top = 41
  141.         Width = 300
  142.         Height = 72
  143.         Caption = 'Protocol'
  144.         TabOrder = 0
  145.         object cmbProtocols: TComboBox
  146.           Left = 16
  147.           Top = 30
  148.           Width = 265
  149.           Height = 21
  150.           Style = csDropDownList
  151.           ItemHeight = 13
  152.           TabOrder = 0
  153.           Items.Strings = (
  154.             'TCP'
  155.             'UDP'
  156.             'TCP or UDP')
  157.         end
  158.       end
  159.       object gbInterface: TGroupBox
  160.         Left = 37
  161.         Top = 132
  162.         Width = 300
  163.         Height = 77
  164.         Caption = 'Apply Rules on Interface'
  165.         TabOrder = 1
  166.         object cmbApplyOn: TComboBox
  167.           Left = 16
  168.           Top = 40
  169.           Width = 265
  170.           Height = 22
  171.           Style = csOwnerDrawFixed
  172.           ItemHeight = 16
  173.           ItemIndex = 0
  174.           TabOrder = 0
  175.           Text = 'Any'
  176.           OnDrawItem = cmbApplyOnDrawItem
  177.           Items.Strings = (
  178.             'Any')
  179.         end
  180.       end
  181.     end
  182.     object TPage
  183.       Left = 0
  184.       Top = 0
  185.       Caption = 'IPADDR'
  186.       object Label2: TLabel
  187.         Left = 26
  188.         Top = 11
  189.         Width = 247
  190.         Height = 13
  191.         Caption = 'The rules will apply to the specified IP address range'
  192.       end
  193.       object gbRulesRange: TGroupBox
  194.         Left = 32
  195.         Top = 40
  196.         Width = 265
  197.         Height = 105
  198.         Caption = 'IP Address Range'
  199.         TabOrder = 0
  200.         object lblRangeFrom: TLabel
  201.           Left = 16
  202.           Top = 32
  203.           Width = 23
  204.           Height = 13
  205.           Caption = 'From'
  206.         end
  207.         object lblRangeTo: TLabel
  208.           Left = 16
  209.           Top = 64
  210.           Width = 13
  211.           Height = 13
  212.           Caption = 'To'
  213.         end
  214.       end
  215.       object rgSubstTo: TRadioGroup
  216.         Left = 32
  217.         Top = 152
  218.         Width = 265
  219.         Height = 70
  220.         Caption = 'Substitute IP Addresses'
  221.         Columns = 2
  222.         ItemIndex = 0
  223.         Items.Strings = (
  224.           'Source'
  225.           'Destination')
  226.         TabOrder = 1
  227.       end
  228.     end
  229.     object TPage
  230.       Left = 0
  231.       Top = 0
  232.       Caption = 'VARIABLE'
  233.       object lblRules: TLabel
  234.         Left = 24
  235.         Top = 16
  236.         Width = 308
  237.         Height = 13
  238.         Caption = 
  239.           '%u rules will be created with the address and port specified bel' +
  240.           'ow'
  241.       end
  242.       object gbVarPort: TGroupBox
  243.         Left = 184
  244.         Top = 54
  245.         Width = 289
  246.         Height = 171
  247.         Caption = 'Source Port'
  248.         TabOrder = 1
  249.         object rbVarPortAny: TRadioButton
  250.           Left = 11
  251.           Top = 47
  252.           Width = 49
  253.           Height = 17
  254.           Caption = 'Any'
  255.           Checked = True
  256.           TabOrder = 0
  257.           TabStop = True
  258.           OnClick = VarPortChange
  259.         end
  260.         object rbVarPortSinglePort: TRadioButton
  261.           Left = 11
  262.           Top = 72
  263.           Width = 73
  264.           Height = 17
  265.           Caption = 'Single port'
  266.           TabOrder = 1
  267.           OnClick = VarPortChange
  268.         end
  269.         object rbVarPortRange: TRadioButton
  270.           Left = 11
  271.           Top = 97
  272.           Width = 73
  273.           Height = 17
  274.           Caption = 'Port Range'
  275.           TabOrder = 2
  276.           OnClick = VarPortChange
  277.         end
  278.         object rbVarPortList: TRadioButton
  279.           Left = 11
  280.           Top = 122
  281.           Width = 73
  282.           Height = 17
  283.           Caption = 'Port List'
  284.           TabOrder = 3
  285.           OnClick = VarPortChange
  286.         end
  287.         object VarIpPortNotebook: TNotebook
  288.           Left = 113
  289.           Top = 41
  290.           Width = 129
  291.           Height = 99
  292.           PageIndex = 3
  293.           TabOrder = 4
  294.           object TPage
  295.             Left = 0
  296.             Top = 0
  297.             Caption = 'SINGLE'
  298.             object edVarIpSinglePort: TEdit
  299.               Left = 4
  300.               Top = 29
  301.               Width = 43
  302.               Height = 21
  303.               TabOrder = 0
  304.             end
  305.           end
  306.           object TPage
  307.             Left = 0
  308.             Top = 0
  309.             Caption = 'RANGE'
  310.             object leVarPortFrom: TLabeledEdit
  311.               Left = 6
  312.               Top = 54
  313.               Width = 43
  314.               Height = 21
  315.               EditLabel.Width = 23
  316.               EditLabel.Height = 13
  317.               EditLabel.Caption = 'From'
  318.               TabOrder = 0
  319.             end
  320.             object leVarPortTo: TLabeledEdit
  321.               Left = 61
  322.               Top = 54
  323.               Width = 44
  324.               Height = 21
  325.               EditLabel.Width = 13
  326.               EditLabel.Height = 13
  327.               EditLabel.Caption = 'To'
  328.               TabOrder = 1
  329.             end
  330.           end
  331.           object TPage
  332.             Left = 0
  333.             Top = 0
  334.             Caption = 'LIST'
  335.             object lbVarPortList: TListBox
  336.               Left = 2
  337.               Top = 1
  338.               Width = 123
  339.               Height = 67
  340.               ItemHeight = 13
  341.               MultiSelect = True
  342.               TabOrder = 0
  343.             end
  344.             object btnVarIpAddPort: TButton
  345.               Left = 4
  346.               Top = 73
  347.               Width = 54
  348.               Height = 23
  349.               Caption = 'Add'
  350.               TabOrder = 1
  351.               OnClick = btnVarIpAddPortClick
  352.             end
  353.             object btnVarIpDelPort: TButton
  354.               Left = 67
  355.               Top = 73
  356.               Width = 56
  357.               Height = 23
  358.               Caption = 'Remove'
  359.               TabOrder = 2
  360.               OnClick = btnVarIpDelPortClick
  361.             end
  362.           end
  363.           object TPage
  364.             Left = 0
  365.             Top = 0
  366.             Caption = 'EMPTY'
  367.           end
  368.         end
  369.       end
  370.       object gbVarAddr: TGroupBox
  371.         Left = 21
  372.         Top = 54
  373.         Width = 148
  374.         Height = 171
  375.         Caption = 'Source Address'
  376.         TabOrder = 0
  377.         object lbVarAddr: TListBox
  378.           Left = 12
  379.           Top = 27
  380.           Width = 123
  381.           Height = 132
  382.           ItemHeight = 13
  383.           TabOrder = 0
  384.         end
  385.       end
  386.     end
  387.     object TPage
  388.       Left = 0
  389.       Top = 0
  390.       Caption = 'STATICIP'
  391.       object lblStaticIp: TLabel
  392.         Left = 16
  393.         Top = 16
  394.         Width = 133
  395.         Height = 13
  396.         Caption = 'Please specify a %s address'
  397.       end
  398.       object gbStaticIpAddr: TGroupBox
  399.         Left = 21
  400.         Top = 54
  401.         Width = 329
  402.         Height = 171
  403.         Caption = '%s IP Address'
  404.         TabOrder = 0
  405.         object rbStaticMyComputer: TRadioButton
  406.           Left = 11
  407.           Top = 27
  408.           Width = 113
  409.           Height = 17
  410.           Caption = 'Local host'
  411.           TabOrder = 0
  412.           OnClick = StaticUpdateControls
  413.         end
  414.         object rbStaticIpAddr: TRadioButton
  415.           Left = 11
  416.           Top = 80
  417.           Width = 113
  418.           Height = 17
  419.           Caption = 'Single IP Address'
  420.           TabOrder = 1
  421.           OnClick = StaticUpdateControls
  422.         end
  423.         object rbStaticIpRange: TRadioButton
  424.           Left = 11
  425.           Top = 108
  426.           Width = 113
  427.           Height = 17
  428.           Caption = 'Whole IP Range'
  429.           TabOrder = 2
  430.           OnClick = StaticUpdateControls
  431.         end
  432.         object rbStaticIpAny: TRadioButton
  433.           Left = 11
  434.           Top = 136
  435.           Width = 113
  436.           Height = 17
  437.           Caption = 'Any IP Address'
  438.           Checked = True
  439.           TabOrder = 3
  440.           TabStop = True
  441.           OnClick = StaticUpdateControls
  442.         end
  443.         object rbStaticMacAddress: TRadioButton
  444.           Left = 11
  445.           Top = 54
  446.           Width = 113
  447.           Height = 17
  448.           Caption = 'MAC Address'
  449.           TabOrder = 4
  450.           OnClick = StaticUpdateControls
  451.         end
  452.       end
  453.     end
  454.     object TPage
  455.       Left = 0
  456.       Top = 0
  457.       Caption = 'STATICPORT'
  458.       object lblStaticPort: TLabel
  459.         Left = 16
  460.         Top = 16
  461.         Width = 105
  462.         Height = 13
  463.         Caption = 'Please specify %s port'
  464.       end
  465.       object gbStaticIpPort: TGroupBox
  466.         Left = 21
  467.         Top = 54
  468.         Width = 329
  469.         Height = 171
  470.         Caption = '%s Port'
  471.         TabOrder = 0
  472.         object rbStaticPortAny: TRadioButton
  473.           Left = 11
  474.           Top = 43
  475.           Width = 49
  476.           Height = 17
  477.           Caption = 'Any'
  478.           Checked = True
  479.           TabOrder = 0
  480.           TabStop = True
  481.           OnClick = StaticPortChange
  482.         end
  483.         object rbStaticPortSinglePort: TRadioButton
  484.           Left = 11
  485.           Top = 68
  486.           Width = 73
  487.           Height = 17
  488.           Caption = 'Single port'
  489.           TabOrder = 1
  490.           OnClick = StaticPortChange
  491.         end
  492.         object rbStaticPortRange: TRadioButton
  493.           Left = 11
  494.           Top = 93
  495.           Width = 73
  496.           Height = 17
  497.           Caption = 'Port Range'
  498.           TabOrder = 2
  499.           OnClick = StaticPortChange
  500.         end
  501.         object rbStaticPortList: TRadioButton
  502.           Left = 11
  503.           Top = 118
  504.           Width = 73
  505.           Height = 17
  506.           Caption = 'Port List'
  507.           TabOrder = 3
  508.           OnClick = StaticPortChange
  509.         end
  510.         object StaticIpPortNotebook: TNotebook
  511.           Left = 185
  512.           Top = 37
  513.           Width = 129
  514.           Height = 99
  515.           PageIndex = 3
  516.           TabOrder = 4
  517.           object TPage
  518.             Left = 0
  519.             Top = 0
  520.             Caption = 'SINGLE'
  521.             object edStaticIpSinglePort: TEdit
  522.               Left = 4
  523.               Top = 29
  524.               Width = 43
  525.               Height = 21
  526.               TabOrder = 0
  527.             end
  528.           end
  529.           object TPage
  530.             Left = 0
  531.             Top = 0
  532.             Caption = 'RANGE'
  533.             object leStaticPortFrom: TLabeledEdit
  534.               Left = 6
  535.               Top = 54
  536.               Width = 43
  537.               Height = 21
  538.               EditLabel.Width = 23
  539.               EditLabel.Height = 13
  540.               EditLabel.Caption = 'From'
  541.               TabOrder = 0
  542.             end
  543.             object leStaticPortTo: TLabeledEdit
  544.               Left = 61
  545.               Top = 54
  546.               Width = 44
  547.               Height = 21
  548.               EditLabel.Width = 13
  549.               EditLabel.Height = 13
  550.               EditLabel.Caption = 'To'
  551.               TabOrder = 1
  552.             end
  553.           end
  554.           object TPage
  555.             Left = 0
  556.             Top = 0
  557.             Caption = 'LIST'
  558.             object lbStaticPortList: TListBox
  559.               Left = 2
  560.               Top = 1
  561.               Width = 123
  562.               Height = 67
  563.               ItemHeight = 13
  564.               MultiSelect = True
  565.               TabOrder = 0
  566.             end
  567.             object btnStaticIpAddPort: TButton
  568.               Left = 4
  569.               Top = 73
  570.               Width = 54
  571.               Height = 23
  572.               Caption = 'Add'
  573.               TabOrder = 1
  574.               OnClick = btnStaticIpAddPortClick
  575.             end
  576.             object btnStaticIpDelPort: TButton
  577.               Left = 67
  578.               Top = 73
  579.               Width = 56
  580.               Height = 23
  581.               Caption = 'Remove'
  582.               TabOrder = 2
  583.               OnClick = btnStaticIpDelPortClick
  584.             end
  585.           end
  586.           object TPage
  587.             Left = 0
  588.             Top = 0
  589.             Caption = 'EMPTY'
  590.           end
  591.         end
  592.       end
  593.     end
  594.     object TPage
  595.       Left = 0
  596.       Top = 0
  597.       Caption = 'ADVANCED'
  598.       object Label4: TLabel
  599.         Left = 24
  600.         Top = 16
  601.         Width = 145
  602.         Height = 13
  603.         Caption = 'Specify advanced rule settings'
  604.       end
  605.       object gbTimeTable: TGroupBox
  606.         Left = 16
  607.         Top = 45
  608.         Width = 300
  609.         Height = 89
  610.         Caption = 'Timetable'
  611.         TabOrder = 0
  612.         object cbUseTimeTable: TCheckBox
  613.           Left = 18
  614.           Top = 24
  615.           Width = 209
  616.           Height = 17
  617.           Caption = 'Use the following schedule'
  618.           TabOrder = 0
  619.         end
  620.         object cmbTimeTables: TComboBox
  621.           Left = 16
  622.           Top = 53
  623.           Width = 269
  624.           Height = 21
  625.           Style = csDropDownList
  626.           ItemHeight = 0
  627.           TabOrder = 1
  628.         end
  629.       end
  630.     end
  631.     object TPage
  632.       Left = 0
  633.       Top = 0
  634.       Caption = 'PREVIEW'
  635.       object Label1: TLabel
  636.         Left = 11
  637.         Top = 218
  638.         Width = 356
  639.         Height = 13
  640.         Caption = 
  641.           'Rules preview. Click the Apply button to create the rules or Fin' +
  642.           'ish to cancel.'
  643.       end
  644.       object VList: TListView
  645.         Left = 7
  646.         Top = 6
  647.         Width = 477
  648.         Height = 197
  649.         Columns = <
  650.           item
  651.             Caption = 'Rule Name'
  652.             Width = 80
  653.           end
  654.           item
  655.             Caption = 'Direct.'
  656.             Width = 45
  657.           end
  658.           item
  659.             Caption = 'Rate Limit'
  660.             Width = 60
  661.           end
  662.           item
  663.             Caption = 'Proto'
  664.             Width = 38
  665.           end
  666.           item
  667.             Caption = 'Source'
  668.             Width = 95
  669.           end
  670.           item
  671.             Caption = 'Destination'
  672.             Width = 95
  673.           end
  674.           item
  675.             Caption = 'Interface'
  676.             Width = 40
  677.           end>
  678.         OwnerData = True
  679.         ReadOnly = True
  680.         RowSelect = True
  681.         SmallImages = MainForm.ImageList
  682.         TabOrder = 0
  683.         ViewStyle = vsReport
  684.         OnData = VListData
  685.       end
  686.       object btnApply: TButton
  687.         Left = 409
  688.         Top = 213
  689.         Width = 75
  690.         Height = 23
  691.         Caption = '&Apply'
  692.         TabOrder = 1
  693.         OnClick = btnApplyClick
  694.       end
  695.     end
  696.   end
  697.   object PanelTop: TPanel
  698.     Left = 0
  699.     Top = 0
  700.     Width = 492
  701.     Height = 57
  702.     Align = alTop
  703.     Alignment = taLeftJustify
  704.     BevelOuter = bvNone
  705.     Caption = 
  706.       '      This wizard allows you to add a few similar rules within a' +
  707.       ' single action'
  708.     Color = clWhite
  709.     TabOrder = 2
  710.     object ImageLogo: TImage
  711.       Left = 437
  712.       Top = 0
  713.       Width = 55
  714.       Height = 53
  715.       Align = alRight
  716.       AutoSize = True
  717.       Picture.Data = {<image000.bmp>}
  718.     end
  719.     object Bevel1: TBevel
  720.       Left = 0
  721.       Top = 53
  722.       Width = 492
  723.       Height = 4
  724.       Align = alBottom
  725.       Shape = bsBottomLine
  726.     end
  727.   end
  728. end
  729.